GtkTooltip: Avoid extra work
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 Feb 2014 23:31:10 +0000 (18:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Feb 2014 23:31:10 +0000 (18:31 -0500)
commit55b0019589e73e0c2bd863b596f7252de561ecfc
tree2ad01bde5be3d46366274befd51df4fcf1ffae7f
parent0997303378081a5807380fe67e36ca4082dde244
GtkTooltip: Avoid extra work

When we are hiding the label or icon anyway, no need to change
it right before, causing reallocation overhead.
gtk/gtktooltip.c